From 924ca5b03151ffdc3dfb388d93d22cee0b9ca290 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 18 Jul 2006 15:00:36 +0000 Subject: [PATCH] (Terminal Output): baud-rate only controls preemption on non-window systems. Add xref to Forcing Redisplay. --- lispref/os.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lispref/os.texi b/lispref/os.texi index a402a339aee..2c19bae1392 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -1836,10 +1836,11 @@ tells you what Emacs thinks is the output speed of the terminal. This variable's value is the output speed of the terminal, as far as Emacs knows. Setting this variable does not change the speed of actual data transmission, but the value is used for calculations such as -padding. It also affects decisions about whether to scroll part of the -screen or repaint---even when using a window system. (We designed it -this way despite the fact that a window system has no true ``output -speed,'' to give you a way to tune these decisions.) +padding. + + It also affects decisions about whether to scroll part of the +screen or repaint on non-window systems. @xref{Forcing Redisplay}, +for the corresponding functionality on window systems. The value is measured in baud. @end defvar -- 2.30.2